* gtkutil.c (xg_get_pixbuf_from_pixmap): Add cast from char *
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 13 Mar 2011 08:14:30 +0000 (00:14 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 13 Mar 2011 08:14:30 +0000 (00:14 -0800)
commit488267f532e1b8673ff03a4d4048d88b588de765
tree1481b937bceb26ee903602b58d026362d8da1958
parent62864d23b873690488ec2ddce3cd05403c909ce7
* gtkutil.c (xg_get_pixbuf_from_pixmap): Add cast from char *

to unsigned char * to avoid compiler diagnostic.
src/ChangeLog
src/gtkutil.c